home *** CD-ROM | disk | FTP | other *** search
/ Super Fun Levels / Microboss - Super Fun Levels.iso / superfun / c&c / cc-scen / convert.txt < prev    next >
Text File  |  1995-11-25  |  676b  |  26 lines

  1. CONVERT
  2. =-=-=-=
  3.  
  4. Ths program will convert the data file created with the scenario
  5. editor (cc-scen) into two separate files.   
  6.  
  7. The first file will contain the text information for the
  8. Overlay, Terrain, Structures, Units and Smudge sections that will
  9. be used in the mission information.
  10.  
  11. The second file is a binary file containing the map image.
  12.  
  13. Usage
  14. -----
  15. convert scen.dat scen.txt scen.map
  16.  
  17. scen.dat is the file created by cc-scen.
  18. scen.txt is the file you want the text information written to.
  19. scen.map is the file you want the map written to.
  20.  
  21. scen.txt and scen.map will be overwritten if they exist and will
  22. be created if they don't.
  23.  
  24.  
  25. Andrew
  26.